Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NExportMediaDocument<TContent> Class / tSK Method


In This Topic
    tSK Method (NExportMediaDocument<TContent>)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function tSK() As NMap(Of Integer,NList(Of NStyleSheet))
    'Usage
     
    
    Dim instance As NExportMediaDocument(Of TContent)
    Dim value As NMap(Of Integer,NList(Of NStyleSheet))
     
    value = instance.tSK()
    internal override NMap<int,NList<NStyleSheet>> tSK()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also